home *** CD-ROM | disk | FTP | other *** search
- #
- # ENGLISH.DLL make file
- #
-
- all : english.dll english.hlp
-
- english.hlp : english.ipf memsize.bmp
- ipfc /x /COU=001 /LAN=ENU english.ipf
-
- english.dll : dll.obj english.def english.res
- link dll, english.dll /align:16, nul,, english ;
- rc english.res english.dll
-
- english.res : english.rc
- rc -r english
-
- dll.obj : dll.asm
- masm dll ;
-
-